Fix cpu_cap option.
authorEwan Mellor <ewan@xensource.com>
Thu, 16 Nov 2006 10:28:26 +0000 (10:28 +0000)
committerEwan Mellor <ewan@xensource.com>
Thu, 16 Nov 2006 10:28:26 +0000 (10:28 +0000)
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendConfig.py

index 98f1f572faea1fe92c3fcce99425ef22ac2cff5b..da0deb3bb08d2d86cb72371bbf096380d8ce1e2b 100644 (file)
@@ -142,6 +142,7 @@ ROUNDTRIPPING_CONFIG_ENTRIES = [
     ('uuid',       str),
     ('vcpus',      int),
     ('vcpu_avail', int),
+    ('cpu_cap',    int),
     ('cpu_weight', int),
     ('memory',     int),
     ('shadow_memory', int),